/**
 * 	--------日历----------
 */
	.ui-datepicker-calendar .ui-state-default{ width: 23px}
	.ui-datepicker-calendar td{ line-height: 23px}
	a.ui-state-highlight{
		background-size:18px 18px;
		-moz-background-size:18px 18px;
		-moz-background-size:18px 18px;
		-o-background-size:18px 18px;
	}
	a.ui-state-default{
		background-size:18px 18px;
		-moz-background-size:18px 18px;
		-moz-background-size:18px 18px;
		-o-background-size:18px 18px;
	}
	div.calendar-yyyy-mm{
		float: left;
		width: 130px;
		text-align:center;
		font-family: Arial,"宋体",Lucida,Verdana,Helvetica,sans-serif;
	}
	div.calendar-yyyy{
		font-size: 17px;
		margin-top: -20px;
	}
	div.calendar-mm{
		font-size: 90px;
		font-weight:900;
	}
	div.calender{ 
		margin-top: -35px;
	}
	.ui-datepicker{
		font-family: Arial,"宋体",Lucida,Verdana,Helvetica,sans-serif;
	}

/**
 * 	-----------日历tip-----------
 */
	.fairtip ul li{
	    list-style: none;
	    margin: 4px 0;
		line-height: 17px;
		padding-right:5px;
	}

